You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
Optimization Class
>
Optimization Methods
>
TrustRegion Method
>
Optimization.TrustRegion Method (TMKLTRFunction, TJacobianFunction, [In] TVec, [In] TVec, [In] object, int, int, [In] double[], double, out TOptStopReason, [In] TOptControl)
Dew Math for .NET
Optimization.TrustRegion Method (TMKLTRFunction, TJacobianFunction, [In] TVec, [In] TVec, [In] object, int, int, [In] double[], double, out TOptStopReason, [In] TOptControl)
Optimization Class
Optimization Members
Dew.Math.Units Namespace
TrustRegion Method
Collapse All
Syntax
C#
Visual Basic
public
static
int
TrustRegion
(
TMKLTRFunction
Fun
,
TJacobianFunction
JacProc
, [In]
TVec
X
, [In]
TVec
Y
, [In]
object
CustomData
,
int
MaxIter
,
int
MaxTrialIter
, [In]
double
[]
EPSArray
,
double
Rs
,
out
TOptStopReason
StopReason
, [In]
TOptControl
Control
);
Public
static
Function
TrustRegion
(
Fun
As
TMKLTRFunction
,
JacProc
As
TJacobianFunction
,
X
As
[In]
TVec
,
Y
As
[In]
TVec
,
CustomData
As
[In]
object
,
MaxIter
As
Integer
,
MaxTrialIter
As
Integer
,
EPSArray
As
[In]
double
[],
Rs
,
StopReason
As
out
TOptStopReason
,
Control
As
[In]
TOptControl
= null)
As
Integer
Group
TrustRegion Method
Links
Optimization Class
,
Optimization Members
,
Dew.Math.Units Namespace
,
TrustRegion Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!